Author: Cujbă Mihai
Change the cookie's value to become admin
- Cookie authentication
The web application sets the user's state to 'guest' in the cookie. If we change it to 'admin', we can see the flag (we become admin).
To do this, open Developer tools
(CTRL+SHIFT+I
), then select Storage
.
Flag:
CSCTF{cookies_give_you_power}